home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
datatypes
/
c
/
readme
< prev
next >
Wrap
Text File
|
1995-08-08
|
2KB
|
52 lines
**************************************************************************
* *
* c.datatype *
* *
* Written by Stefan Ruppert *
* *
**************************************************************************
This is a C Source data type for using in MultiView or similar programs !
It displays different parts of a C Source in different style and color,
like comments, keywords, basic types and cpp keywords !
This goes all through a prefs file. If you designed a nice preference file
please send me this file, so that anyone can used it !
This datatype is Freeware, but not in the public domain !
It's strictly forbidden to include this archive in any kind of software
collection except Fred Fish's AmigaLibrary, Aminet , Aminet CD's and BBS
Fileareas !
This datatype was created using bison to generate the C parser ,some
example code from the Developer 3.1 Kit and the bmp.datatype from
David N. Junod.
This software is provided "as is". No representations or warranties are
made with respect to the accuracy, reliability, performance, currentness,
or operation of this software, and all use is at your own risk !
You can install this datatype by using the Installer script.If you have
any suggestion or comments please contact me :
Stefan Ruppert
Windthorststrasse 5
65439 Floersheim am Main
GERMANY
EMail:
ruppert@vs3.informatik.fh-wiesbaden.de
ruppert@gundel.zdv.uni-mainz.de
Changes made after last release:
39.13 :
- USERKEYWORDS template added
- bug fixed in alloca replacement (caused crash in amigaguide)
39.12 :
- background color for each CPART added
- classbase.c fixed
- notification calls now explicitly call the OM_SET method